home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adobe Graphics & Publishing SDK 1996 December
/
Adobe Graphics & Publishing SDK 1996 December.iso
/
pc
/
pr42sdk
/
examples
/
projects
/
device
/
x-fake.rc
< prev
next >
Wrap
Text File
|
1995-10-07
|
886b
|
41 lines
//========================================================================================
//
// X-fake.rc - A skeleton device control module resource file.
//
// Part of the Adobe Premiere 4.2 Plug-in Developer's Toolkit.
//
// Copyright ⌐ 1993-96, Adobe Systems Incorporated, all rights reserved worldwide.
//
//========================================================================================
#include <windows.h>
#include "Premiere.h"
#include "Fourcc.h"
// required for all plugins:
// identifies what type of plugin it is
1000 TYPE LOADONCALL MOVEABLE DISCARDABLE
BEGIN
0x0000,
DevCtype
END
// DevC name:
1000 TEXT LOADONCALL MOVEABLE DISCARDABLE
BEGIN
0x0000,
"Demo Fake Device (SDK)\0"
END
// This is the version of the API supported by the plugin
1000 FLvs LOADONCALL MOVEABLE DISCARDABLE
BEGIN
0x0000,
0x0002
END